#top-bar {
	width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #46B8ae;
  z-index: 10;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

#top-bar > div {
	max-width: 1170px;
  margin: 0px auto;
  overflow: hidden;
}


#top-bar > div ul {
	overflow: hidden;
  border-right: 1px solid #FFF;
  list-style: none;
}

#top-bar > div ul:nth-child(1) {
	float: left;
}

#top-bar > div ul:nth-child(2) {
	float: right;
}

#top-bar > div ul:nth-child(2) a:hover {
	background: #46B8AE;
}

#top-bar > div ul li {
	float: left;
  border-left: 1px solid #FFF;
}

#top-bar ul a {
	display: block;
  padding: 6px;
  transition: .2s;
}

#top-bar i {
	display: inline-block;
  color: #FFF;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
}

#top-bar img {
	display: block;
}

#top-bar .home img {
	border-radius: 50%;
}

#top-bar h1.title-holder {
	font-size: 32px;
  line-height: 48px;
  text-align: center;
}

h1.title-holder {
  font: 60px 'Raleway', Arial, san-serif;
  color: #FFF;
  font-weight: 300;
}

.header-company .flexbox-panel {
	margin-bottom: 0px;
}

.chs-header-text > div {
	max-width: 1170px;
  margin: 0px auto;
  text-align: center;
  color: #606060;
}

.chs-header-text table {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  border-collapse:collapse;
  border-bottom: 1px solid #E4E4E4;
  box-shadow: 0px 1px 0px #FFF;
}

.chs-header-text table td {
  position: relative;
  min-width: 51px;
  max-width: 190px;
  padding: 0px;
}

.chs-header-text table td > a {
  font: 18px 'Raleway', Arial, san-serif;
  display: inline-block;
	width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  text-transform: uppercase;
  border-bottom: 3px solid #F8F8F8;
  transition: .2s;
}

.chs-header-text table td:hover > a,
.chs-header-text table td.selected > a {
  border-bottom: 3px solid #46B8AE;
}

.header-company {
  margin: 60px 0px;
  padding: 20px;
	background-color: #FFF;
}

.header-company .flexbox-hero {
	min-width: 36%;
  text-align: center;
}

.header-company h1 {
	margin-bottom: 30px;
}

.header-company h3 {
	font-size: 26px;
  color: #C1C1C1;
  margin-bottom: 30px;
}

.header-company h4 {
	font-weight: 600;
  margin-top: 12px;
}

.header-company h4 a {
	font-weight: inherit;
}

.header-company h4 i {
	color: #46b8ae;
  padding-right: 10px;
}

.switch-button {
	top: 20px;
}

#main-nav {
	margin-bottom: 20px;
}

#main-nav>div>ul {
  border-bottom: 1px solid #EEE;
}

#main-nav>div>ul>li {
	border-bottom: 3px solid #F8F8F8;
}

#main-nav>div>ul>li.selected,
#main-nav>div>ul>li:hover {
	border-bottom: 3px solid #46B8AE;
}

.button-add {
  display: block;
  background-color: #BFCCCB;
  padding: 8px 10px;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
}

.button-add i {
  float: right;
}

.button-add:hover {
  background-color: #46B8AE;
  color: #FFF;
}

.chs-veil:before {
	content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255,255,255,0.8);
  z-index: 100;
}

/*______   POPUP   ______*/

.popup-chs {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #FFF;
  box-shadow: 0px 0px 10px #8A8A8A;
  max-width: 800px;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 101;
  display: none;
  max-height: 80%;
  height: 80%;
}

.popup-chs .popup-header {
	padding: 10px 20px;
  background-color: #46B8AE;
  color: #FFF;
}

.popup-chs .popup-header h2 {
	color: inherit;
}

.popup-chs .popup-content {
	padding: 10px;
  overflow-y: auto;
  max-height: 80%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  
}

.popup-chs .popup-content > div {
	width: 50%;
  float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  padding: 10px;
}

i.close-popup {
	position: absolute;
  display: inline-block;
  top: 8px;
  right: 20px;
  font-size: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  cursor: pointer;
  line-height: 24px;
  width: 24px;
  text-align: center;
  transform: rotate(45deg);
}

.product-options span {
	padding-right: 10px;
  font-weight: 600;
}

/*______   COMPANIES/PRODUCTS HOLDER   ______*/

h1, h2, h3, h4, h5 {
    font-family: 'Raleway',Arial,san-serif;
}


.chsitems-holder {
	margin: -10px;
}

.fourcol .chsitems-holder {
	font-size: 0px;
}

.chsitems-holder .item-panel {
  padding: 10px;
  display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fourcol .chsitems-holder .item-panel {
	width: 25%;
}

.chsitems-holder .item-panel > div {
	background-color: #FFF;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.chsitems-holder .item-panel:hover > div {
	box-shadow: 0px 0px 12px rgba(160,160,160,0.6);
  transform: scale(1.05,1.05);
}

.chsitems-holder .item-panel h3 {
	font-weight: 600;
	border-top: 1px solid #AAA;
  margin-top: 20px;
  padding: 5px 0px;
  display: table;
  height: 60px;
  width: 100%;
  font-size: initial;
  font-size: 16px;
}

.chsitems-holder .item-panel h3 a {
	font-weight: inherit;
  display: table-cell;
  vertical-align: middle;
}

.chsitems-holder .item-panel .item-generalinfo {
	padding: 20px 20px 0px 20px;
}

.chsitems-holder .item-panel h4 {
	padding: 10px;
  background-color: #bfcccb;
  color: #FFF;
  font-size: 18px;
}

.chsitems-holder .item-panel {
	cursor: pointer;
}

.chsitems-holder .item-panel:hover h4 {
	background-color: #46B8AE !important;
}

.chsitems-holder .item-panel .fonticon-Search {
	position: absolute;
  margin: 4px;
  top: 0px;
  right: 0px;
  display: inline-block;
  padding: 3px;
  line-height: 28px;
  font-size: 20px;
  width: 28px;
  height: 28px;
  text-align: center;
  background-color: rgba(255,255,255,0.6);
  border-radius: 50%;
  color: #bfcccb;
  cursor: pointer;
}

.chsitems-holder .item-panel:hover .fonticon-Search {
	color: #f6a336;
}

.company-list-shields ul {
	list-style: none;
  margin-left: 0px;
  font-size: 0px;
  margin: -5px;
}

.company-list-shields ul li {
	display: inline-block;
  padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.company-list-shields.twocol li {
	width: 50%;
}

.img-type {
  width: 100%;
	padding: 100% 0px 0px 0px;
  position: relative;
}

.img-type > div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.img-type i {
  display: block;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 76px;
  color: #f6a336;
}

/*______   FILTERS   ______*/

.productfeatures-filters > div {
	margin-bottom: 30px;
}

.productfeatures-filters h5 {
	margin-top: 20px;
}

.productfeatures-filters h2 + h5 {
	margin-top: 0px;
}

.productfeatures-filters h2 i {
	padding-right: 10px;
}

.productfeatures-filters ul {
	margin-left: 16px;
}

.productfeatures-filters li {
	list-style: none;
}

.productfeatures-filters input[type="checkbox"] {
  height: 0px;
  width: 0px;
  visibility: hidden;
  float: left;
}

.productfeatures-filters input[type="checkbox"] + label {
  display: block;
  padding: 5px 15px 5px 25px;
  position: relative;
  margin: 0 12px 6px 0;
  font: 14px "Raleway", Arial, san-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #8C8C8C;
}

.productfeatures-filters input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #FFF;
  border: 1px solid #D7D7D7;
  left: 4px;
  top: 6px;
}

.productfeatures-filters input[type="checkbox"]:checked + label:before {
  background-color: #46B8AE;
}

.productfeatures-filters input[type="checkbox"]:checked + label {
	color: #46B8AE;
}

.button-action.features-filter-button {
	width: 100%;
  font-family: 'Raleway', Arial, san-serif;
  border-radius: 0px;
  margin-top: 20px;
  background-color: #BFCCCB;
}

.button-action.features-filter-button:hover {
	background-color: #46B8AE;
}

/*______   PRODUCT GALLERY      ______*/

.productgallery-hero {
	width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 30px;
}

.productgallery-items li img,
.productgallery-items li > div,
.productgallery-hero i,
.productgallery-hero img {
  display: block;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.productgallery-items li img,
.productgallery-hero img {
  max-height: 100%;
  max-width: 100%;
}

.productgallery-items li img {
	padding: 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.productgallery-hero i {
  font-size: 96px;
  color: #f6a336;
}

.widget-content .productgallery-items {
	font-size: 0px;
  margin-left: 0px;
}

.productgallery-items li {
  position: relative;
	list-style: none;
  display: inline-block;
  width: 33.33%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  padding-top: 33.33%;
  cursor: pointer;
}

.productgallery-items li > div {
  padding: 5px;
  width: 100%;
  height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  
}

.productgallery-items li > div > div {
	border: 1px solid #DEDEDE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.productgallery-items li.selected > div > div {
  border: 1px solid #46B8ae;
  transition: all 0.4s ease-in-out;
}


/*______   PRODUCT FEATURES   ______*/

.widget-content .list-features {
	margin-left: 0px;
}

.widget-content .list-features li {
	list-style: none;
  line-height: 26px;
}

.list-features li span {
	font-weight: 600;
  padding-right: 10px;
}